[INFO] cloning repository https://github.com/Philo2010/paris
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Philo2010/paris" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhilo2010%2Fparis", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhilo2010%2Fparis'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a3547a54d32f2f208d9ffaf5a5acf03f809b89ea
[INFO] checking Philo2010/paris against master#40557f6225e337d68c8d4f086557ce54135f5dd9 for pr-158447
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhilo2010%2Fparis" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Philo2010/paris
[INFO] finished tweaking git repo https://github.com/Philo2010/paris
[INFO] tweaked toml for git repo https://github.com/Philo2010/paris written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Philo2010/paris on toolchain 40557f6225e337d68c8d4f086557ce54135f5dd9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Philo2010/paris already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded simplelog v0.12.2
[INFO] [stderr]   Downloaded time-macros v0.2.29
[INFO] [stderr]   Downloaded time v0.3.49
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 24b6ad3db4492e1e2c35c243c226368ab7b6b7406d0624944b3b4dcd12a8938b
[INFO] running `Command { std: "docker" "start" "24b6ad3db4492e1e2c35c243c226368ab7b6b7406d0624944b3b4dcd12a8938b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "24b6ad3db4492e1e2c35c243c226368ab7b6b7406d0624944b3b4dcd12a8938b" "/opt/rustwide/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "24b6ad3db4492e1e2c35c243c226368ab7b6b7406d0624944b3b4dcd12a8938b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "24b6ad3db4492e1e2c35c243c226368ab7b6b7406d0624944b3b4dcd12a8938b" "/opt/rustwide/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling ash v0.38.0+1.3.281
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling winit v0.30.13
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking wayland-sys v0.31.11
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]    Compiling time-macros v0.2.29
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]     Checking time v0.3.49
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking simplelog v0.12.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking wayland-client v0.31.14
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking wayland-protocols v0.32.12
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking ash-window v0.13.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.12
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.12
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking paris v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Entry`
[INFO] [stdout]  --> src/rawdaug/instance.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ash::{Entry, prelude::VkResult, vk::{self, StructureType}};
[INFO] [stdout]   |           ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `c_char`
[INFO] [stdout]  --> src/rawdaug/instance.rs:6:22
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::ffi::{CStr, c_char};
[INFO] [stdout]   |                      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ffi::CStr`
[INFO] [stdout]  --> src/rawdaug/vulkan_callback.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::ffi::CStr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `prelude::VkResult`
[INFO] [stdout]  --> src/rawdaug/physical_device.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use ash::{prelude::VkResult, vk::{self, PhysicalDeviceType}};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Entry`
[INFO] [stdout]  --> src/rawdaug/instance.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ash::{Entry, prelude::VkResult, vk::{self, StructureType}};
[INFO] [stdout]   |           ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PhysicalDeviceFeatures2`
[INFO] [stdout]  --> src/rawdaug/logical_device.rs:3:129
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...lags, DeviceQueueCreateInfo, PhysicalDeviceFeatures, PhysicalDeviceFeatures2, QueueFlags, StructureType};
[INFO] [stdout]   |                                                         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `prelude::VkResult`
[INFO] [stdout]  --> src/rawdaug/swapchain.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use ash::{prelude::VkResult, vk::{self, PresentModeKHR}};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `c_char`
[INFO] [stdout]  --> src/rawdaug/instance.rs:6:22
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::ffi::{CStr, c_char};
[INFO] [stdout]   |                      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `debug`, `error`, and `info`
[INFO] [stdout]   --> src/main.rs:44:11
[INFO] [stdout]    |
[INFO] [stdout] 44 | use log::{info, error, debug};
[INFO] [stdout]    |           ^^^^  ^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ffi::CStr`
[INFO] [stdout]  --> src/rawdaug/vulkan_callback.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::ffi::CStr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `prelude::VkResult`
[INFO] [stdout]  --> src/rawdaug/physical_device.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use ash::{prelude::VkResult, vk::{self, PhysicalDeviceType}};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PhysicalDeviceFeatures2`
[INFO] [stdout]  --> src/rawdaug/logical_device.rs:3:129
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...lags, DeviceQueueCreateInfo, PhysicalDeviceFeatures, PhysicalDeviceFeatures2, QueueFlags, StructureType};
[INFO] [stdout]   |                                                         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `prelude::VkResult`
[INFO] [stdout]  --> src/rawdaug/swapchain.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use ash::{prelude::VkResult, vk::{self, PresentModeKHR}};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `debug`, `error`, and `info`
[INFO] [stdout]   --> src/main.rs:44:11
[INFO] [stdout]    |
[INFO] [stdout] 44 | use log::{info, error, debug};
[INFO] [stdout]    |           ^^^^  ^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `message_severity`
[INFO] [stdout]  --> src/rawdaug/vulkan_callback.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     message_severity: vk::DebugUtilsMessageSeverityFlagsEXT,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message_severity`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `message_type`
[INFO] [stdout]  --> src/rawdaug/vulkan_callback.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     message_type: vk::DebugUtilsMessageTypeFlagsEXT,
[INFO] [stdout]   |     ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p_callback_data`
[INFO] [stdout]   --> src/rawdaug/vulkan_callback.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     p_callback_data: *const vk::DebugUtilsMessengerCallbackDataEXT,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_p_callback_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `message_severity`
[INFO] [stdout]  --> src/rawdaug/vulkan_callback.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     message_severity: vk::DebugUtilsMessageSeverityFlagsEXT,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message_severity`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `message_type`
[INFO] [stdout]  --> src/rawdaug/vulkan_callback.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     message_type: vk::DebugUtilsMessageTypeFlagsEXT,
[INFO] [stdout]   |     ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p_callback_data`
[INFO] [stdout]   --> src/rawdaug/vulkan_callback.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     p_callback_data: *const vk::DebugUtilsMessengerCallbackDataEXT,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_p_callback_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `d_feat`
[INFO] [stdout]   --> src/rawdaug/physical_device.rs:31:13
[INFO] [stdout]    |
[INFO] [stdout] 31 |         let d_feat = unsafe { instance.get_physical_device_features2(gpu, &mut features2) };
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_d_feat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `d_feat`
[INFO] [stdout]   --> src/rawdaug/physical_device.rs:31:13
[INFO] [stdout]    |
[INFO] [stdout] 31 |         let d_feat = unsafe { instance.get_physical_device_features2(gpu, &mut features2) };
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_d_feat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `ash::Instance::get_physical_device_queue_family_properties` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/rawdaug/logical_device.rs:22:26
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let queue_families = instance.get_physical_device_queue_family_properties(*p_device);
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]   --> src/rawdaug/logical_device.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub unsafe fn create_logical_device(instance: &ash::Instance, p_device: &vk::PhysicalDevice, surface: &vk::SurfaceKHR, surface_loader: &ash::khr::surface::Instance) -> Result<(u32, ash::Device), RDError> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout]    = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `ash::extensions::khr::surface::<impl ash::khr::surface::Instance>::get_physical_device_surface_support` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/rawdaug/logical_device.rs:29:31
[INFO] [stdout]    |
[INFO] [stdout] 29 |               let has_present = surface_loader
[INFO] [stdout]    |  _______________________________^
[INFO] [stdout] 30 | |                 .get_physical_device_surface_support(*p_device, index as u32, *surface)
[INFO] [stdout]    | |_______________________________________________________________________________________^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `ash::Instance::create_device` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/rawdaug/logical_device.rs:87:18
[INFO] [stdout]    |
[INFO] [stdout] 87 |     let device = instance.create_device(*p_device, &create_info, None);
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `surface_cap`
[INFO] [stdout]   --> src/rawdaug/swapchain.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let surface_cap = unsafe { surface_loader.get_physical_device_surface_capabilities(physical_device, surface)? };
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_surface_cap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `picked_format`
[INFO] [stdout]   --> src/rawdaug/swapchain.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let picked_format = match surface_formats.iter().find(|x| {
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_picked_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `picked_mode`
[INFO] [stdout]   --> src/rawdaug/swapchain.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     let picked_mode: &PresentModeKHR = surface_modes.iter().find(|x| {
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_picked_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `ash::Instance::get_physical_device_queue_family_properties` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/rawdaug/logical_device.rs:22:26
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let queue_families = instance.get_physical_device_queue_family_properties(*p_device);
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]   --> src/rawdaug/logical_device.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub unsafe fn create_logical_device(instance: &ash::Instance, p_device: &vk::PhysicalDevice, surface: &vk::SurfaceKHR, surface_loader: &ash::khr::surface::Instance) -> Result<(u32, ash::Device), RDError> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout]    = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `ash::extensions::khr::surface::<impl ash::khr::surface::Instance>::get_physical_device_surface_support` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/rawdaug/logical_device.rs:29:31
[INFO] [stdout]    |
[INFO] [stdout] 29 |               let has_present = surface_loader
[INFO] [stdout]    |  _______________________________^
[INFO] [stdout] 30 | |                 .get_physical_device_surface_support(*p_device, index as u32, *surface)
[INFO] [stdout]    | |_______________________________________________________________________________________^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `ash::Instance::create_device` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/rawdaug/logical_device.rs:87:18
[INFO] [stdout]    |
[INFO] [stdout] 87 |     let device = instance.create_device(*p_device, &create_info, None);
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `surface_cap`
[INFO] [stdout]   --> src/rawdaug/swapchain.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let surface_cap = unsafe { surface_loader.get_physical_device_surface_capabilities(physical_device, surface)? };
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_surface_cap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `picked_format`
[INFO] [stdout]   --> src/rawdaug/swapchain.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let picked_format = match surface_formats.iter().find(|x| {
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_picked_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `picked_mode`
[INFO] [stdout]   --> src/rawdaug/swapchain.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     let picked_mode: &PresentModeKHR = surface_modes.iter().find(|x| {
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_picked_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `physical_device`, `graphics_index`, `entry`, and `graphics_queue` are never read
[INFO] [stdout]   --> src/rawdaug/mod.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct RDObject {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 20 |     physical_device: vk::PhysicalDevice,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 21 |     graphics_index: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     entry: ash::Entry,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 27 |     graphics_queue: vk::Queue,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/rawdaug/error.rs:8:17
[INFO] [stdout]   |
[INFO] [stdout] 8 |     VulkanError(vk::Result),
[INFO] [stdout]   |     ----------- ^^^^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `RDError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 8 -     VulkanError(vk::Result),
[INFO] [stdout] 8 +     VulkanError(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/rawdaug/error.rs:10:28
[INFO] [stdout]    |
[INFO] [stdout] 10 |     VulkanMissedRequrement(&'static str),
[INFO] [stdout]    |     ---------------------- ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RDError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 10 -     VulkanMissedRequrement(&'static str),
[INFO] [stdout] 10 +     VulkanMissedRequrement(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `FailToParseStr` and `DeviceHadNoFormats` are never constructed
[INFO] [stdout]   --> src/rawdaug/error.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub enum RDError {
[INFO] [stdout]    |          ------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 11 |     FailToParseStr(FromBytesUntilNulError),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     DeviceHadNoFormats,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RDError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `vulkan_debug_callback` is never used
[INFO] [stdout]  --> src/rawdaug/vulkan_callback.rs:7:27
[INFO] [stdout]   |
[INFO] [stdout] 7 | unsafe extern "system" fn vulkan_debug_callback(
[INFO] [stdout]   |                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `new` is never used
[INFO] [stdout]  --> src/rawdaug/swapchain.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn new(physical_device: vk::PhysicalDevice, surface_loader: ash::khr::surface::Instance, surface: vk::SurfaceKHR) -> Result<(), R...
[INFO] [stdout]   |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `neededD_EXT` should have an upper case name
[INFO] [stdout]  --> src/rawdaug/physical_device.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const neededD_EXT: [&CStr; 1] = [
[INFO] [stdout]   |           ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]   |
[INFO] [stdout] 8 - pub const neededD_EXT: [&CStr; 1] = [
[INFO] [stdout] 8 + pub const NEEDED_D_EXT: [&CStr; 1] = [
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `physical_device`, `graphics_index`, `entry`, and `graphics_queue` are never read
[INFO] [stdout]   --> src/rawdaug/mod.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct RDObject {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 20 |     physical_device: vk::PhysicalDevice,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 21 |     graphics_index: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     entry: ash::Entry,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 27 |     graphics_queue: vk::Queue,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/rawdaug/error.rs:8:17
[INFO] [stdout]   |
[INFO] [stdout] 8 |     VulkanError(vk::Result),
[INFO] [stdout]   |     ----------- ^^^^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `RDError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 8 -     VulkanError(vk::Result),
[INFO] [stdout] 8 +     VulkanError(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/rawdaug/error.rs:10:28
[INFO] [stdout]    |
[INFO] [stdout] 10 |     VulkanMissedRequrement(&'static str),
[INFO] [stdout]    |     ---------------------- ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RDError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 10 -     VulkanMissedRequrement(&'static str),
[INFO] [stdout] 10 +     VulkanMissedRequrement(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `FailToParseStr` and `DeviceHadNoFormats` are never constructed
[INFO] [stdout]   --> src/rawdaug/error.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub enum RDError {
[INFO] [stdout]    |          ------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 11 |     FailToParseStr(FromBytesUntilNulError),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     DeviceHadNoFormats,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RDError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `vulkan_debug_callback` is never used
[INFO] [stdout]  --> src/rawdaug/vulkan_callback.rs:7:27
[INFO] [stdout]   |
[INFO] [stdout] 7 | unsafe extern "system" fn vulkan_debug_callback(
[INFO] [stdout]   |                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `new` is never used
[INFO] [stdout]  --> src/rawdaug/swapchain.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn new(physical_device: vk::PhysicalDevice, surface_loader: ash::khr::surface::Instance, surface: vk::SurfaceKHR) -> Result<(), R...
[INFO] [stdout]   |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `neededD_EXT` should have an upper case name
[INFO] [stdout]  --> src/rawdaug/physical_device.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const neededD_EXT: [&CStr; 1] = [
[INFO] [stdout]   |           ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]   |
[INFO] [stdout] 8 - pub const neededD_EXT: [&CStr; 1] = [
[INFO] [stdout] 8 + pub const NEEDED_D_EXT: [&CStr; 1] = [
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.69s
[INFO] running `Command { std: "docker" "inspect" "24b6ad3db4492e1e2c35c243c226368ab7b6b7406d0624944b3b4dcd12a8938b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24b6ad3db4492e1e2c35c243c226368ab7b6b7406d0624944b3b4dcd12a8938b", kill_on_drop: false }`
[INFO] [stdout] 24b6ad3db4492e1e2c35c243c226368ab7b6b7406d0624944b3b4dcd12a8938b
